cleaned up win32 detection vs plug-in compilation specifics, added
authorØyvind Kolås <ok@src.gnome.org>
Fri, 15 Feb 2008 21:24:13 +0000 (21:24 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Fri, 15 Feb 2008 21:24:13 +0000 (21:24 +0000)
commitdfbb4b1b2531601ab743e8c1b2b0df908cd932d2
tree88ae3fbd986ea3fd48334b7034fc8aaf38a29620
parent7201dae237d95f275abe6e995a0bf56b2e2bddc8
cleaned up win32 detection vs plug-in compilation specifics, added

* configure.ac: cleaned up win32 detection vs plug-in compilation
specifics, added DYNAMICLIB paramter for gcc which defaults to -shared
for win32 and -dynamiclib for darwin.
* extensions/Makefile.am: use $(DYNAMICLIB) instead of -shared.

svn path=/trunk/; revision=278
ChangeLog
configure.ac
extensions/Makefile.am